
h3{
  font-size: 140%;
}

#logoBis{
	max-width: 100px;
}

#logoBgo{
	max-width: 100px;
	transform: translateY(15%);
}


input[type=text]{   
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  box-shadow: 1px 1px 2px #333333;    
  -moz-box-shadow: 1px 1px 2px #333333;
  -webkit-box-shadow: 1px 1px 2px #333333;
  background: white; 
  border:1px solid #000000;
  width: 60%;
}

input[type=text]:hover, textarea:hover{ 
  background: #ffffff; border:1px solid #990000;
}

input[type=password]{   
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  box-shadow: 1px 1px 2px #333333;    
  -moz-box-shadow: 1px 1px 2px #333333;
  -webkit-box-shadow: 1px 1px 2px #333333;
  background: white; 
  border:1px solid #000000;
  width: 60%;
}

input[type=password]:hover, textarea:hover{ 
  background: #ffffff; border:1px solid #990000;
}

input[type=submit]{
      background:#006699;
      color:#ffffff;
}

select {
  padding: 4px 20px;
}

option {
  height: 30px;
  padding: 5px 4px;
}


body, html {
  overflow: hidden;
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

.bg-image {
 
  background-image: url("../../img/site_img/fabrica.jpg");
  
  filter: blur(4px);
  -webkit-filter: blur(2px); 
 
  height: 100%; 
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-text {
  background-color: rgb(0,0,0); 
  background-color: rgb(240, 240, 240); 
  color: black;
  font-weight: bold;
  border: 3px solid hsl(208, 76%, 20%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 25%;
  max-height: 85%;
  height: auto;
  padding: 20px;
  text-align: center;
  border-radius: 15%;
}

#btnLogin{
  background-color: rgb(24, 99, 197);
  width: 60%;
}


.lineNav1{
	background-color: hsl(208, 76%, 20%);
	margin-bottom: 0.1%;
	
}

.lineNav2{
	background-color: #0b742e;
	height: 1%;

}